home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 February / PCWorld_2007-02_cd.bin / v cisle / Addons / Addons.exe / scrapbook-1.2.0.8-fx+fl.xpi / install.rdf < prev    next >
Extensible Markup Language  |  2006-12-16  |  1KB  |  39 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.     <Description about="urn:mozilla:install-manifest">
  7.  
  8.         <em:id>{53A03D43-5363-4669-8190-99061B2DEBA5}</em:id>
  9.         <em:name>ScrapBook</em:name>
  10.         <em:version>1.2.0.8</em:version>
  11.         <em:description>Helps you to save Web pages and organize the collection.</em:description>
  12.         <em:creator>Gomita</em:creator>
  13.         <em:homepageURL>http://amb.vis.ne.jp/mozilla/scrapbook/</em:homepageURL>
  14.         <em:optionsURL>chrome://scrapbook/content/setting.xul</em:optionsURL>
  15.         <em:aboutURL>chrome://scrapbook/content/about.xul</em:aboutURL>
  16.         <em:iconURL>chrome://scrapbook/skin/main_32.png</em:iconURL>
  17.  
  18.         <!-- Firefox -->
  19.         <em:targetApplication>
  20.             <Description>
  21.                 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  22.                 <em:minVersion>1.5</em:minVersion>
  23.                 <em:maxVersion>2.0.0.*</em:maxVersion>
  24.             </Description>
  25.         </em:targetApplication>
  26.  
  27.         <!-- Flock -->
  28.         <em:targetApplication>
  29.             <Description>
  30.                 <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
  31.                 <em:minVersion>1.0+</em:minVersion>
  32.                 <em:maxVersion>1.0+</em:maxVersion>
  33.             </Description>
  34.         </em:targetApplication>
  35.  
  36.     </Description>
  37.  
  38. </RDF>
  39.